home *** CD-ROM | disk | FTP | other *** search
- These are descriptions of how to compile and run the applet using the
- JDeveloper and Java Cafe IDEs. Other IDEs should be very similar.
-
- Oracle JDeveloper/Inprise(Borland) JBuilder
- -------------------------------------------
-
- 1. Create a new empty project on your hard drive. Copy the example source, html
- and jpg files into the project directory.
-
- 2. Open the Panorama.java file in a text editor and copy the contents to the
- clipboard.
-
- 3. Choose "File/New" from the menu and create a new class called "Panorama" without
- a package name
-
- 4. Replace all of the code in the .java file that is created with the code you
- have on the clipboard.
-
- 5. Include web pages and image files into the project.
-
- 6. Build all files and open the web page.
-
-
-
- Java Cafe
- ---------
-
- 1. Create a folder called c:\pan on your hard disk and start Cafe PDE
-
- 2. Create a new empty project
-
- 3. Save the project to your new folder (c:\pan)
-
- 4. Choose "Insert/Files into project..." from the menu and insert the
- Panorama.java file into the project
-
- 6. Build the file and open the room1.htm file
-